stylecontext: Make static styles static
authorBenjamin Otte <otte@redhat.com>
Sun, 14 Dec 2014 16:06:27 +0000 (17:06 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 7 Jan 2015 13:26:47 +0000 (14:26 +0100)
commit79f73921096e795d92257d7ce063161aece057da
tree17ba0934542506d6e8a2fa0e945ce33f192c078a
parentdb36ee36a6bde810b79b5253768a8edaa1fa2a71
stylecontext: Make static styles static

Instead of keeping an animated style everywhere, we replace it with the
static style when nothing gets animated.

Apart from making the code cleaner, this gets rid of a bunch of animated
style values that do nothing but wrap a static style.
gtk/gtkcssanimatedstyle.c
gtk/gtkcssanimatedstyleprivate.h
gtk/gtkstylecontext.c